home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TBRANDNEWCHILD / TBRANDNEWCHILD.txt
Text File  |  1996-10-21  |  4KB  |  193 lines

  1. object BrandNewChild: TBrandNewChild
  2.   Left = 216
  3.   Top = 247
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter Child Name to Start PC Baby'
  6.   ClientHeight = 211
  7.   ClientWidth = 336
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 313
  20.     Height = 145
  21.     Caption = 'Your Child'#39's Name'
  22.     Font.Color = clBlue
  23.     Font.Height = -13
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 27
  30.       Top = 40
  31.       Width = 72
  32.       Height = 16
  33.       Alignment = taRightJustify
  34.       Caption = 'First Name:'
  35.     end
  36.     object Label2: TLabel
  37.       Left = 11
  38.       Top = 72
  39.       Width = 88
  40.       Height = 16
  41.       Alignment = taRightJustify
  42.       Caption = 'Middle Name:'
  43.     end
  44.     object Label3: TLabel
  45.       Left = 28
  46.       Top = 104
  47.       Width = 71
  48.       Height = 16
  49.       Alignment = taRightJustify
  50.       Caption = 'Last Name:'
  51.     end
  52.     object FirstName: TEdit
  53.       Left = 104
  54.       Top = 32
  55.       Width = 193
  56.       Height = 24
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'Arial'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       TabOrder = 0
  63.     end
  64.     object MiddleName: TEdit
  65.       Left = 104
  66.       Top = 64
  67.       Width = 193
  68.       Height = 24
  69.       Font.Color = clBlack
  70.       Font.Height = -13
  71.       Font.Name = 'Arial'
  72.       Font.Style = []
  73.       ParentFont = False
  74.       TabOrder = 1
  75.     end
  76.     object LastName: TEdit
  77.       Left = 104
  78.       Top = 96
  79.       Width = 193
  80.       Height = 24
  81.       Font.Color = clBlack
  82.       Font.Height = -13
  83.       Font.Name = 'Arial'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       TabOrder = 2
  87.     end
  88.     object FirstNameDB: TDBEdit
  89.       Left = 296
  90.       Top = 32
  91.       Width = 17
  92.       Height = 24
  93.       DataField = 'FirstName'
  94.       DataSource = ChildSource
  95.       MaxLength = 0
  96.       TabOrder = 3
  97.       Visible = False
  98.     end
  99.     object MiddleNameDB: TDBEdit
  100.       Left = 296
  101.       Top = 64
  102.       Width = 17
  103.       Height = 24
  104.       DataField = 'MiddleName'
  105.       DataSource = ChildSource
  106.       MaxLength = 0
  107.       TabOrder = 4
  108.       Visible = False
  109.     end
  110.     object LastNameDB: TDBEdit
  111.       Left = 296
  112.       Top = 96
  113.       Width = 17
  114.       Height = 24
  115.       DataField = 'LastName'
  116.       DataSource = ChildSource
  117.       MaxLength = 0
  118.       TabOrder = 5
  119.       Visible = False
  120.     end
  121.   end
  122.   object OKBtn: TBitBtn
  123.     Left = 120
  124.     Top = 168
  125.     Width = 93
  126.     Height = 31
  127.     Caption = 'Ok'
  128.     Default = True
  129.     Font.Color = clGreen
  130.     Font.Height = -19
  131.     Font.Name = 'Arial'
  132.     Font.Style = [fsBold]
  133.     ParentFont = False
  134.     TabOrder = 1
  135.     OnClick = OKBtnClick
  136.     Glyph.Data = {
  137.       F6000000424DF600000000000000760000002800000010000000100000000100
  138.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  139.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  140.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  141.       5555555555555555555555555205555555555555222055555555555522205555
  142.       5555555222220555555555222222055555555722052220555555720555522055
  143.       5555555555522205555555555555220555555555555552205555555555555572
  144.       0555555555555557205555555555555552205555555555555555}
  145.     Margin = 8
  146.     Spacing = -1
  147.   end
  148.   object CancelBtn: TBitBtn
  149.     Left = 224
  150.     Top = 168
  151.     Width = 93
  152.     Height = 31
  153.     Font.Color = clRed
  154.     Font.Height = -19
  155.     Font.Name = 'Arial'
  156.     Font.Style = [fsBold]
  157.     ParentFont = False
  158.     TabOrder = 2
  159.     OnClick = CancelBtnClick
  160.     Kind = bkCancel
  161.     Margin = 2
  162.     Spacing = -1
  163.   end
  164.   object HelpBtn: TBitBtn
  165.     Left = 16
  166.     Top = 168
  167.     Width = 25
  168.     Height = 31
  169.     Caption = ' '
  170.     Font.Color = clBlack
  171.     Font.Height = -11
  172.     Font.Name = 'MS Sans Serif'
  173.     Font.Style = [fsBold]
  174.     ParentFont = False
  175.     TabOrder = 3
  176.     OnClick = HelpBtnClick
  177.     Kind = bkHelp
  178.     Margin = 2
  179.     Spacing = -1
  180.   end
  181.   object ChildTable: TTable
  182.     DatabaseName = 'PCBaby4'
  183.     TableName = 'CHILD.DB'
  184.     Left = 80
  185.     Top = 168
  186.   end
  187.   object ChildSource: TDataSource
  188.     DataSet = ChildTable
  189.     Left = 48
  190.     Top = 168
  191.   end
  192. end
  193.